home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / XSB / fmt.a next >
Text File  |  1996-09-26  |  182b  |  17 lines

  1.     section    "text",code
  2.  
  3.     xdef    __dofmt
  4. pch:
  5.     move.b    d0,(a3)+
  6.     rts
  7. __dofmt:
  8.     movem.l    a3/a6,-(sp)
  9.     move.l    a2,a3
  10.     lea    pch(pc),a2
  11.     move.l    4,a6
  12.     jsr    -522(a6)
  13.     movem.l    (sp)+,a3/a6
  14.     rts
  15.  
  16.     END
  17.